home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / MacPhaseExtras.sit / MacPhase Extras / MacPhase Macro Help.rsrc / TEXT_172_getpath.txt < prev    next >
Encoding:
Text File  |  1994-07-30  |  287 b   |  5 lines

  1. function GetPath(useDialog : boolean; var path: Str255) : boolean;
  2.  
  3. Gets the default path.  If useDialog is TRUE, a GetFolder dialog is displayed and the selected path is returned in path.  If unsuccessful or the user clicked Cancel then this function returns FALSE;
  4.  
  5. Also see:  SetPath